a6a412057a9c5b422b3d83297378261f5d9dfdb2
[git-annex.git] /
1 [[!comment format=mdwn
2  username="joey"
3  subject="""comment 1"""
4  date="2021-06-04T17:23:06Z"
5  content="""
6 From what I can see, kde-connect lets the phone be used to run specific,
7 pre-selected commands on the linux computer it's paired with. Not the other
8 way around. <https://userbase.kde.org/KDE_Connect/Tutorials/Adding_commands>
9 Also being able to run a command on a phone is rather a long way from what
10 git-annex actually needs.
11
12 It seems like it would be possible to use the remote filesystem via sftp part
13 of it. <https://rafaelc.org/tech/p/mounting-kde-connect-filesystem-via-cli/>
14 That would be a useful alternative to adb. I don't think git-annex needs
15 any changes to use it that way, just mount it with sshfs and
16 initremote a directory special remote with exporttree=yes and
17 importtree=yes.
18
19 See also [[add_sftp_special_remote]] which if it were implemented would
20 avoid needing to use sshfs.
21 """]]